Welcome![Sign In][Sign Up]
Location:
Search - topological sorting

Search list

[Other resource图的操作界面

Description: 图邻接表的建立,深度优先遍历,.广度优先遍历,最小生成树,拓扑排序,单源点到其余各个顶点的最短路径等对图的操作!VC界面!-plans to establish the adjacent table, depth-first traversal. Breadth priority traversal, the minimum spanning tree, topological sorting, single-source all of the rest of the vertices such as the shortest path to map the way! VC interface!
Platform: | Size: 65237 | Author: 陈青侠 | Hits:

[Other resourcecn700_vc91445348451251

Description: 拓扑排序算法,输入一组图的信息,能够输出图的拓扑排序。-topological sorting algorithm, a Reuters input information to the topology map output sequencing.
Platform: | Size: 9737 | Author: 李林 | Hits:

[GUI Developt(OK)

Description: 该程序实现了图的先序、后序遍历和拓扑排序等,而且是界面输出。-the program to achieve the plan's first sequence, after the preorder and topological sorting, but it is the output interface.
Platform: | Size: 30783 | Author: 苏艳 | Hits:

[OtherGreedyTP

Description: 同学做的基于贪婪策略的拓扑排序算法可视化演示程序,支持用户自己画出拓扑图,VC++.net下测试通过。-students so greedy strategy based on the topological sorting algorithm visualization demo program that allows users to draw their own topology map, VC. Net under test.
Platform: | Size: 68808 | Author: 杨智丹 | Hits:

[MultiLanguageking

Description: 拓扑排序源码下载-topological sorting download FOSS
Platform: | Size: 1024 | Author: 程伟 | Hits:

[Console拓扑排序.实验4

Description: 这是一个拓扑排序的例子,对学数据结构的同学有很大帮助!-This is a topological sorting example, the data structure of the students will have a great help!
Platform: | Size: 7168 | Author: 徐祥 | Hits:

[assembly languageCurriculum

Description: 课程安排,用拓扑排序实现 4、实现课程的拓扑排序。(选)(加)问题描述:软件专业的学生要学习一系列课程,其中有些课程必须在其先修课程完成后才能学习,具体关系见下表:课程编号 课程名称 先决条件 C1 程序设计基础 无 C2 离散数学 C1 C3 数据结构 C1,C2 C4 汇编语言 C1 C5 操作系统 C3 假设每门课程的学习时间为一学期,试为该专业的学生设计教学计划,使-curriculum, and topological sorting achieve four to achieve courses topological sorting. (Excerpts) (Canada) Problem Description : software professional students to study a series of courses Some of the programs must, in its prevocational courses can be completed after the study, the specific relationship between the table below : Course No. 295 C1 prerequisite for the design process without foundation Discrete Mathematics C1 C2 C3 data structure C1, C2 C1 C4 C5 assembly language operating system C3 assumes that each course of study for a semester, test students for the professional design of the teaching plan,
Platform: | Size: 192512 | Author: luowenfen | Hits:

[Data structstuopupaixu

Description: 拓扑排序,简单地说,是由某个集合上的一个偏序得到该集合上的一个全序,这个操作称之为拓扑排序。一个表示偏序的有向图可用来表示一个流程图。它或者是一个施工流程图,或者是一个产品生产的流程图,再或是一个数据流图(每个顶点表示一个过程)。图中每一条有向边表示两个子工程之间的次序关系(领先关系)。-Topological sort, simply put, is a collection from a poset to be the collection of a total order, the operation known as topological sorting. That the poset of a directed graph can be used to represent a flow chart. It is a construction or flow chart, or is a production flow chart, and then or a data flow diagram (a process that each vertex). Map to the side of each of two sub-projects that the order of relations between the (leading relations).
Platform: | Size: 6144 | Author: | Hits:

[Internet-Networktoplogical_sort

Description: 这是一个图的拓扑排序的程序,是数据结构的图一章中比较重要的内容,程序已经调试通过,可以供大家参考-This is a map of topological sorting procedure, the map data structure is one more important chapter in the content, procedures have been debug through, you can for your reference
Platform: | Size: 1795072 | Author: jiaojiao | Hits:

[Data structssorting

Description: 数据结构课程设计_拓扑排序 用邻接表构造图 然后进行拓扑排序 -Data Structure Course Design _ topological sort graph using adjacency list structure and then proceed to topological sorting
Platform: | Size: 5120 | Author: 何高兴 | Hits:

[Graph programtopological.c.tar

Description: topological sorting algorithm
Platform: | Size: 1024 | Author: manu | Hits:

[Data structsTopological_sort_information_data_structure_tutori

Description: 数据结构教程拓扑排序资料Topological sort information data structure tutorial -Data structure tutorial topological sorting information Topological sort information data structure tutorial
Platform: | Size: 111616 | Author: 7b | Hits:

[Data structsTopological

Description: 拓扑排序算法是数据结构中算法,已经编译,并无错误,在vs2008中编译。为实验中所作算法。-Topological sorting algorithm is a data structure, algorithm, has been compiled, no errors in the vs2008 compiler. By the algorithm for the experiment.
Platform: | Size: 2048 | Author: fff | Hits:

[Data structsSorting-algorithm

Description: 排序算法,包括拓扑排序、实数冒泡排序、复数冒泡排序等多种排序算法优化。-Sorting algorithm, including the topological sorting, real bubble sort, bubble sort, and other complex sorting algorithm optimization.
Platform: | Size: 3072 | Author: Aimshy | Hits:

[Data structsTopological-sort

Description: 代码的功能:用C语言仿真有向图的拓扑排序,代码中带有详细的注解,十分有利于阅读。拓扑排序算法是有向图的应用领域中的一种重要算法,阐述了AOV图的定义及拓扑排序算法思想。 -Functionality of the code: a directed graph topological sort in C language simulation code with detailed comments, very conducive to reading. The topological sort algorithm is to an important algorithm in Figure fields of application, on the AOV Graph definition and topological sorting algorithm thought.
Platform: | Size: 4096 | Author: Mei | Hits:

[Data structstopological-sorting

Description: 数据结构小程序 能够实现实现图的拓扑排序-topological sorting
Platform: | Size: 608256 | Author: 王强 | Hits:

[Data structstopological-ordering

Description: 这是拓扑排序的两种算法的对比,其中一个需要判断环结构算法过于复杂,但提出了另一个思路有兴趣的同学可以改一改,如果成功了请联系我,另一个是标准答案。-This is a comparison of the two topological sorting algorithm, one needs to determine the ring structure algorithm is too complex, but another idea Interested students can modify it to read, if successful, please contact me, and the other is the standard answer.
Platform: | Size: 419840 | Author: 杨伟健 | Hits:

[Data structstopological-sorting

Description: 数据结构中的拓扑排序,可以得到有向无环图的一个最优序列-Data structure topological sorting, you can get a directed acyclic graph of an optimal sequence
Platform: | Size: 2048 | Author: 杨桐 | Hits:

[Othertopological-sorting

Description: 一个实现拓扑排序的C++算法设计源码-A realization of topological sorting algorithm design C++ source code!
Platform: | Size: 1024 | Author: hello卢 | Hits:

[Data structsC_A-topological-sort

Description: 用C写的,输入一张图的顶点和入度,得出顶点的拓扑排序-Written in C, the degree of input into the vertex and a graph, draw the vertices of topological sorting
Platform: | Size: 2048 | Author: 林晓 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net